home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_05 / pjp / stdiobuf.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-02  |  202 b   |  9 lines

  1. ------------- Listing 6: The file stdiobuf.c ------------------
  2.  
  3. // stdiobuf -- stdiobuf basic members
  4. #include <fstream>
  5.  
  6. stdiobuf::~stdiobuf()
  7.         {       // destruct a stdiobuf
  8.         }
  9.